The post shows how to use the Swiss Digital identity and trust infrastructure, (swiyu) as an MFA method in an ASP.NET Core web application using ASP.NET Core Identity and Duende IdentityServer.
Microsoft’s cloud-native, distributed application development tool kit drops .NET from its name and embraces, well, everything.
In this article, we’ll explore what .NET Aspire is, its core features, and how it fits into broader modernization and scalability strategies for organizations already invested in .NET.
The behind-the-scenes chronicles of building Aspire’s pipelines feature: from basic callbacks and progress reporting to a full-on concurrent pipeline concept.
A journey of rebranding, replatforming, dogfooding, and mild existential crises
How I used Claude and Copilot to design the Aspire deploy CLI, moving from sequential steps to a concurrent-ready design that works in both interactive and CI/CD environments.
A simple way to export ASP.NET Core telemetry to Aspire Dashboard with OTLP — fast and Collector-free.
The .NET Aspire series continues with deploying to Azure Container Apps. Using the Azure Developer CLI, we explore how to deploy to the cloud and also explore deployment considerations when pushing to production.
What if you could get a single clear picture of the entire lifetime of a request since it arrives at your API endpoint, turns into a message published into a Service Bus queue, and all the way to the other service that consumes that message? Yes, this is something that has been possible for a while for services like RabbitMQ, but with a small one-liner, you can also enable it for Azure Service Bus and your .NET Aspire dashboard.
In this article, we’ll dive deep into .NET Aspire’s distributed tracing and observability features, with a focus on metrics and trace integration in distributed systems, particularly with Azure Application Insights.